build: Don't link against libgtk and libgdk
authorBenjamin Otte <otte@redhat.com>
Sun, 20 Nov 2016 10:19:32 +0000 (11:19 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 20 Nov 2016 10:19:32 +0000 (11:19 +0100)
commitdfd9150a820faa43363be589dfaae095d504f0ad
tree694b112944c3e80503ae8fae0c4b97d3ea4cd3c2
parentfef2f96add2b6e3fa6fcb82535008e2ecd571634
build: Don't link against libgtk and libgdk

libgdk is statically linked these days, so if you link against it, all
of its symbols will exist twice: Once in libgtk.so and once in your
binary.
12 files changed:
gtk/Makefile.am
tests/Makefile.am
tests/visuals/Makefile.am
testsuite/a11y/Makefile.am
testsuite/a11y/state/Makefile.am
testsuite/css/Makefile.am
testsuite/css/nodes/Makefile.am
testsuite/css/parser/Makefile.am
testsuite/css/style/Makefile.am
testsuite/gdk/Makefile.am
testsuite/gtk/Makefile.am
testsuite/reftests/Makefile.am